The working stack is ReactJs Graphql NestJs. Type File is working nicely on React side. But unable to catch that variable at NestJs side. As I'm unable to declare File data type in my DTO.
The error is: Undefined type error. Make sure you are providing an explicit type for the "image".
Is there any way to declare File as data type? or anyother work around for this?